home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / WIN95 / DROPEXT / readme.txt
Text File  |  1997-03-25  |  966b  |  28 lines

  1. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. PARTICULAR PURPOSE.
  5.  
  6. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  7.  
  8. TITLE:
  9.     DROPEXT
  10.  
  11. PURPOSE:
  12.     Demonstrates how to create a context menu extension handler.
  13.  
  14. COMMENTS:
  15.     To see how it works after building DROPEXT.DLL, please update the registry
  16.     in following steps.
  17.  
  18.     1. Build DROPEXT.DLL
  19.     2-a. Copy DROPEXT.DLL to the system directory (e.g., c:\windows\system)
  20.          or
  21.     2-b. Modify DROPEXT.REG file to points to a fully qualified path to the DLL
  22.          (e.g., @="c:\\bc5\\examples\\win95\\dropext\\dropext.dll"
  23.     3. Run "regedit dropext.reg"
  24.  
  25.     Then, using the right-mouse button, drag a file (or multiple files)
  26.     from one folder to another, you'll see additional menu items on drop.
  27.  
  28.